func runtime.schedEnabled

5 uses

	runtime (current package)
		proc.go#L3197: 	if sched.disable.user && !schedEnabled(gp) {
		proc.go#L3202: 		if schedEnabled(gp) {
		proc.go#L3780: 		if sched.disable.user && !schedEnabled(_g_) {
		proc.go#L3907: 	if schedEnabled(gp) {
		proc.go#L5437: func schedEnabled(gp *g) bool {